====== dbLoad() ======

The function ''dbLoad()'' retrieves from the [[:en:create:databank]] all entries with the specified prefix and returns them as a two-dimensional array. The entries can be sorted according to their content optionally.

''array[] **dbData**(string //Prefix//, [int //Column1//], [int //Column2//])''

  * //Prefix//\\ All database entries are delivered whose key starts with this prefix. At least one character must be specified as a prefix.
  * //Column1//\\ (optional) The entries should be sorted according to the content of this column.
  * //Column2//\\ (optional) The entries should then still be sorted according to the contents of this column.


===== Return Value =====

The function returns a list (array) of database entries as you would get them using ''[[dbget]]''. The database key is used as an index for the list.